var person = fixture.Build<Person>() .Without(p => p.Spouse) .CreateAnonymous();